DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexCollection<T> Class / Clear Method

In This Topic
    Clear Method (IndexCollection<T>)
    In This Topic
    Clears the collection of all indexes. All indexes are detached from the indexed collection and destroyed.
    Syntax
    'Declaration
     
    Public Overrides Sub Clear() 
    public override void Clear()
    See Also